Skip to content

Downgrade to python@3.13 to fix install failure#49

Closed
m3nu wants to merge 1 commit into
borgbackup:masterfrom
m3nu:fix/downgrade-python-3.13
Closed

Downgrade to python@3.13 to fix install failure#49
m3nu wants to merge 1 commit into
borgbackup:masterfrom
m3nu:fix/downgrade-python-3.13

Conversation

@m3nu
Copy link
Copy Markdown
Contributor

@m3nu m3nu commented Mar 27, 2026

Summary

  • Downgrade Python dependency from 3.14 to 3.13
  • setuptools_scm (a transitive build dependency of borgbackup 1.4.4) fails to build its own dependencies (vcs-versioning) under Python 3.14
  • Python 3.13 does not have this issue

Fixes #48

Test plan

  • brew install borgbackup/tap/borgbackup-fuse completes successfully

setuptools_scm (a transitive build dependency of borgbackup) fails to
build under Python 3.14. Downgrading to Python 3.13 resolves this.

Fixes borgbackup#48
@ThomasWaldmann
Copy link
Copy Markdown
Member

About this:

  • CI fails
  • Installing from this tap now works again (without downgrading python to 3.13)

@m3nu m3nu closed this Mar 28, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

borgbackup-fuse 1.4.4 fails to build

2 participants